Skip to content

[Streams] Add tooltip to simulation playground refresh button#250695

Merged
flash1293 merged 1 commit intoelastic:mainfrom
flash1293:ralph/issue-15
Jan 29, 2026
Merged

[Streams] Add tooltip to simulation playground refresh button#250695
flash1293 merged 1 commit intoelastic:mainfrom
flash1293:ralph/issue-15

Conversation

@flash1293
Copy link
Copy Markdown
Contributor

Summary

Adds a tooltip to the refresh button in the Streams simulation playground that explains it refetches samples and reruns the simulation.

Closes #229255

Changes

  • Added EuiToolTip import to simulation_playground.tsx
  • Wrapped the refresh button (EuiButtonIcon) with EuiToolTip
  • Tooltip content: "Refetch samples and rerun simulation" (i18n-ized)
  • Preserved existing aria-label for accessibility

Prompts

  • Add tooltip to the refresh button in simulation_playground.tsx explaining it refetches samples and reruns simulation

🤖 This pull request was assisted by Cursor

Adds an EuiToolTip to the refresh button explaining that it refetches
samples and reruns the simulation.

Closes elastic#229255

Co-authored-by: Cursor <cursoragent@cursor.com>
@flash1293 flash1293 added release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting Team:obs-onboarding Observability Onboarding Team Feature:Streams This is the label for the Streams Project v9.4.0 labels Jan 28, 2026
@flash1293 flash1293 marked this pull request as ready for review January 28, 2026 13:31
@flash1293 flash1293 requested a review from a team as a code owner January 28, 2026 13:31
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/obs-onboarding-team (Team:obs-onboarding)

@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
streamsApp 1.6MB 1.6MB +209.0B

Copy link
Copy Markdown
Contributor

@tonyghiani tonyghiani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🤖 👌

@flash1293 flash1293 merged commit c1df8c6 into elastic:main Jan 29, 2026
31 checks passed
hannahbrooks pushed a commit to hannahbrooks/kibana that referenced this pull request Jan 30, 2026
…c#250695)

## Summary

Adds a tooltip to the refresh button in the Streams simulation
playground that explains it refetches samples and reruns the simulation.

Closes elastic#229255

## Changes

- Added `EuiToolTip` import to `simulation_playground.tsx`
- Wrapped the refresh button (`EuiButtonIcon`) with `EuiToolTip`
- Tooltip content: "Refetch samples and rerun simulation" (i18n-ized)
- Preserved existing `aria-label` for accessibility

## Prompts

- Add tooltip to the refresh button in simulation_playground.tsx
explaining it refetches samples and reruns simulation

🤖 This pull request was assisted by Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting Feature:Streams This is the label for the Streams Project release_note:skip Skip the PR/issue when compiling release notes Team:obs-onboarding Observability Onboarding Team v9.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Streams] Add tooltip to data preview refresh button

3 participants